runtime.Frames.callers (field)
8 uses
runtime (current package)
symtab.go#L19: callers []uintptr
symtab.go#L81: f := &Frames{callers: callers}
symtab.go#L100: if len(ci.callers) == 0 {
symtab.go#L107: pc, ci.callers = ci.callers[0], ci.callers[1:]
symtab.go#L155: for unext := u.next(uf); unext.valid() && len(ci.callers) > 0 && ci.callers[0] != unext.pc+1; unext = u.next(unext) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)